home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act7 / 00718.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  459 b   |  29 lines

  1. on exitFrame
  2.   global game7level
  3.   puppetSprite(45, 1)
  4.   defbuggy()
  5.   talkyou("bug7.2")
  6.   if the mouseDown then
  7.     exit
  8.   end if
  9.   if game7level < 3 then
  10.     talkyou("bug7.31")
  11.     if the mouseDown then
  12.       exit
  13.     end if
  14.     talkyou("bug7.41")
  15.     if the mouseDown then
  16.       exit
  17.     end if
  18.   else
  19.     talkyou("bug7.33")
  20.     if the mouseDown then
  21.       exit
  22.     end if
  23.     talkyou("bug7.43")
  24.     if the mouseDown then
  25.       exit
  26.     end if
  27.   end if
  28. end
  29.